-
Notifications
You must be signed in to change notification settings - Fork 10k
Add details on how to disable remote binding in wrangler dev, getPlatformProxy and the vite plugin
#26265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: production
Are you sure you want to change the base?
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
irvinebroque
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the equivalent for the vite plugin?
…nd remove outdated remote bindings option)
It's Let me update the PR's title 👍 |
--local flag to wrangler dev documentationwrangler dev, getPlatformProxy and the vite plugin
| - Show the interactive dev session. | ||
| - `--alias` `Array<string>` | ||
| - Specify modules to alias using [module aliasing](/workers/wrangler/configuration/#module-aliasing). | ||
| - `--local` <Type text="boolean" /> <MetaInfo text="(default: false) optional" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also have --remote arg above. How do these two interact?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when --remote is used we run the worker remotely so --local doesn't have any effect there, shall we add something here to the extent of: This flag ha no effect when `--remote` is specified?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about --remote=false?
Co-authored-by: Pete Bacon Darwin <[email protected]>
Co-authored-by: Matt Kane <[email protected]>
No description provided.